x86/vmx: Small fixes to MSR_IA32_VMX_PROCBASED_CTLS feature probing.
authorKeir Fraser <keir@xen.org>
Fri, 10 Jun 2011 07:32:47 +0000 (08:32 +0100)
committerKeir Fraser <keir@xen.org>
Fri, 10 Jun 2011 07:32:47 +0000 (08:32 +0100)
commitc46af82cf52a9e9ea98d09da618d3bda0437132f
tree493fbc1534c62c8a0a2681b7b31c4330ef9401e0
parent4515d7bd13c0c554ddf4d67a4e819c370cdbedd3
x86/vmx: Small fixes to MSR_IA32_VMX_PROCBASED_CTLS feature probing.

Should check for VIRTUAL_INTR_PENDING as we unconditionally make use
of it. Also check for CR8 exiting unconditionally on x86/64, as this
is of use to nestedvmx, and every 64-bit cpu should support it.

Signed-off-by: Eddie Dong <eddie.dong@intel.com>
Signed-off-by: Keir Fraser <keir@xen.org>
xen/arch/x86/hvm/vmx/vmcs.c